ItemSprites

@Serializable
data class ItemSprites(val default: String?)(source)

The sprites used to depict an item in the game. See: https://pokeapi.co/docs/v2#itemsprites

Parameters

default

The default depiction of this item.

Constructors

Link copied to clipboard
constructor(default: String?)

Properties

Link copied to clipboard